.news {
  padding: 5% 0;
  padding-bottom: 0;
}
.news .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
 
}
.news .top .left .title {
  font-size: 38px;
  font-weight: bold;
}
.news .top .left .desc {
  font-size: 18px;
  margin-top: 12px;
}
.news .top .right {
  display: flex;
}
.news .top .right a {
color: #fff;
text-decoration: none;
font-size: 16px;
}
.news .top .right .l-btn.btn2 {
  background-color: transparent;
  outline: 1px solid #114197;
  color: #114197;
  margin-left: 30px;
}
.news .top .right .l-btn.btn2 a {
color: #333;
}
.news .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 21px;
  margin-top: 51px;
}
.news .bottom .item {
  display: inline-block;
  width: 420px;
  height: 480px;
  border-bottom: 4px solid transparent;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.news .bottom .item:hover {
  border-color: #114197;
}
.news .bottom .item:hover .title {
  font-weight: bolder;
  color: #114197;
}
.news .bottom .item .image {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.news .bottom .item .image img {
  width: 298px;
  height: 216px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.news .bottom .item .text {
  padding: 12px;
}
.news .bottom .item .text .title {
  font-size: 18px;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.news .bottom .item .text .desc {
  margin: 20px 0;
  font-size: 14px;
}
.news .bottom .item .text .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 51px;
}
.news .bottom1 {
  padding: 12px 0;
}
.more {
  width: 100%;
  margin-top: 3%;
  margin-bottom: 5%;
}
.more .l-btn {
  margin: auto;
font-size: 16px;
}
